Release 1.0.0rc2#1
Merged
Merged
Conversation
- Bump version 0.1.0 -> 1.0.0rc1 (pyproject, __version__, /health test) - Add CHANGELOG.md with the 1.0.0rc1 release notes - README status -> first release candidate - Author email -> john@foundryside.dev Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
tachyon-beep
added a commit
that referenced
this pull request
Jun 17, 2026
Add the read-only posture_get MCP tool: returns the governing posture floor and, for a named policy, the floored effective cell (max(floor, registry cell)). Reads the floor fresh per-invocation off the held ledger handle (D2); an absent/empty ledger reports the floor as structured, never chill (cross-cutting checklist #1). Surfaces epoch_reset_unacknowledged so the agent sees the same pending-operator signal doctor exits non-zero on, via a new PostureLedger.epoch_reset_unacknowledged() structural check (latest epoch opener is a KEY_RESET with no acknowledging TRANSITION). The change gate stays operator/CLI only — there is NO posture_set over MCP (C-8). Tool surface, _AGENT_TOOLS, and _TOOL_HANDLERS updated in lockstep; output-schema conformance vector and the full-surface pin extended. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
uv run pytest tests/api/test_health.py -q-> 1 passeduv run pytest -q-> 316 passeduv run mypy src/legis-> successNotes
The PR targets
mainexplicitly, even though the repository default branch is currentlysprint-2-simple-tier.